settings: Fix the type annotation for color-hash
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Jun 2015 10:43:35 +0000 (11:43 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Jun 2015 10:45:03 +0000 (11:45 +0100)
commit8b069003622932891830eba528533681d033d117
tree701cabf6c4c23d73eade8982878fb982d8870be3
parentb2cbe7ba79da5137e9c93b652b4b30894e4c9bc6
settings: Fix the type annotation for color-hash

The (element-type) annotation cannot be used with properties that return
container types like GHashTable; we need to use the (type) annotation.

https://bugzilla.gnome.org/show_bug.cgi?id=750489
gtk/gtksettings.c